home *** CD-ROM | disk | FTP | other *** search
/ Micro Dingo Especial Manga 1 / Micro Dingo Especial Manga 01 CD.iso / cd dingo / dingosexo / hentai / juegos / 05.swf / scripts / DefineButton2_29 / BUTTONCONDACTION on(release).as
Text File  |  2003-02-03  |  551b  |  29 lines

  1. on(release){
  2.    idBoton = "a";
  3.    nombre_buena = "b" add categoria add pregunta;
  4.    if(idBoton eq eval(nombre_buena))
  5.    {
  6.       if(pregunta == "5")
  7.       {
  8.          gotoAndPlay(87);
  9.       }
  10.       else
  11.       {
  12.          tellTarget("/correcto")
  13.          {
  14.             gotoAndPlay(2);
  15.          }
  16.          tellTarget("/oscar")
  17.          {
  18.             nextFrame();
  19.          }
  20.          frame_destino = "Pregunta_" add (pregunta + "1");
  21.          gotoAndPlay(frame_destino);
  22.       }
  23.    }
  24.    else
  25.    {
  26.       gotoAndPlay(474);
  27.    }
  28. }
  29.